
.card {
    border-radius: 15px;
    overflow: hidden;
    
}
.card.p-3{
    padding: 12px;
}

a{
  color: inherit;
}
a:hover{
 text-decoration: none;
 color: inherit;
}

label, p{
    word-break: break-word;
    font-size: 16px;
}


.form-group {
    cursor: pointer;
}

.header-img {
    max-height: 120px;
    object-fit: contain;
}

.icon-img {
    width: 45px;
    height: 45px;
}
.bg-wrapper{
    background-image: url('../../img/adm005userfeedback/BG.jpg');
    object-fit: cover;
}

.bg-thank{
   background-image:url('../../img/adm005userfeedback/bg-thankyou.jpg') ;
   padding: 200px 0px;
   font-weight: bold;
   font-size: 18px;
}

@media (max-width: 576px) {

    label {
        font-size: 15px;
    }


    .header-img {
        max-height: 100px;
    }

    .icon-img {
        width: 35px;
        height: 35px;
    }
    .card.p-3 {
        padding: 8px;
    }

}